home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / MiscKit1.7.1 / MiscKit / Temp / QuickProject / QuickProjectTemplates / BasicProject / Controller.m < prev    next >
Encoding:
Text File  |  1995-04-12  |  178 b   |  15 lines

  1. // Copyright (C) 1995 Steve Hayman
  2. // Use is governed by the MiscKit license
  3.  
  4. #import "Controller.h"
  5.  
  6. @implementation Controller
  7.  
  8. - appDidInit:sender
  9. {
  10.     return self;
  11. }
  12.  
  13.  
  14. @end
  15.